public class GeniusTimeDependent_Offering extends OfferingStrategy
endNegotiation, helper, negotiationSession, nextBid, omStrategy, opponentModel| Constructor and Description |
|---|
GeniusTimeDependent_Offering()
Empty constructor used for reflexion.
|
GeniusTimeDependent_Offering(NegotiationSession negoSession,
OpponentModel model,
OMStrategy oms,
double e,
double k,
double max,
double min) |
| Modifier and Type | Method and Description |
|---|---|
BidDetails |
determineNextBid()
Simple offering strategy which retrieves the target utility
and finds
|
BidDetails |
determineOpeningBid()
Determines the first bid to be offered by the agent
|
double |
f(double t)
From [1]:
A wide range of time dependent functions can be defined by varying the way in
which f(t) is computed.
|
void |
init(NegotiationSession negoSession,
OpponentModel model,
OMStrategy oms,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initializes the offering strategy.
|
double |
p(double t)
Makes sure the target utility with in the acceptable range according to the domain
|
getHelper, getNextBid, isEndNegotiation, setNextBidpublic GeniusTimeDependent_Offering()
public GeniusTimeDependent_Offering(NegotiationSession negoSession, OpponentModel model, OMStrategy oms, double e, double k, double max, double min)
public void init(NegotiationSession negoSession, OpponentModel model, OMStrategy oms, java.util.HashMap<java.lang.String,java.lang.Double> parameters) throws java.lang.Exception
OfferingStrategyinit in class OfferingStrategynegoSession - state of the negotiation.model - opponent model which may be used.oms - opponent model strategy which may be used.parameters - optional parameters for the offering strategy.java.lang.Exception - if the offering strategy fails to initialize.public BidDetails determineOpeningBid()
OfferingStrategydetermineOpeningBid in class OfferingStrategypublic BidDetails determineNextBid()
determineNextBid in class OfferingStrategypublic double f(double t)
public double p(double t)
t -